home *** CD-ROM | disk | FTP | other *** search
- debug = 0;
- if(0 < debug)
- {
- movx = 300;
- movy = 300;
- var texts = new String("This is|Dissolve wipe|text effect");
- var urls = new String("http://www.site1.com|http://www.site2.com|http://www.site3.com|http://www.site4.com|");
- tpause = 300;
- target = "_blank";
- dis = 16711680;
- tcol = 255;
- }
- else
- {
- var movx = parseInt("400",10);
- var movy = parseInt("40",10);
- var texts = "Migrane tablets dissolve in water!|So does this applet with your messages!|DissolveMessage, cures your headache!|";
- var urls = "http://www.effectmaker.com/clickpage.html|http://www.effectmaker.com/clickpage.html|http://www.effectmaker.com/clickpage.html|";
- var tpause = parseInt("300",10);
- var target = "_blank";
- var dis = parseInt("16776960",10);
- var tcol = parseInt("255",10);
- }
- var texts = texts.split("|");
- var urls = urls.split("|");
- maxitems = texts.length - 1;
- moviearea._x = 0;
- moviearea._width = movx;
- moviearea._y = 0;
- moviearea._height = movy;
- tpause = int(tpause * 12 / 100);
- if(tpause % 2 == 1)
- {
- tpause++;
- }
- ii = -1;
- myp = tpause;
- duplicateMovieClip(ma,"mama",17161);
- setProperty("mama", _visible, false);
- tellTarget("mama")
- {
- stop();
- }
- var today = new Date();
- if(!(today.getTime() < _root.ts && _root.ts < today.getTime() + 172800000 || _root.ts == -1 || 0 < debug))
- {
- gotoAndStop("ea");
- }
-